home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
02
/
3
/
DISK0236.ZIP
/
COPYINST.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-08-22
|
1KB
|
26 lines
ECHO OFF
ECHO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ECHO NOTE THE DISKETTE WITH THE PRINTER TABLES must BE IN DRIVE A:
ECHO --------------------------------------------^^^^-----------------
ECHO You should have specified one parameter after typing COPYINST.
ECHO So your command should have looked like: COPYINST B:
ECHO Where B: is the drive designator AND path where you want the
ECHO instructions and other files to be copied. For example,
ECHO if you have your text and format files for VOLKSWRITER
ECHO in a directory on hard disk called TEXTFILS then you
ECHO should have typed COPYINST C:\TEXTFILS. If you are
ECHO copying to a diskette without directories on drive B:
ECHO you should have typed COPYINST B: and so forth.
ECHO If you wish to change what you did, hit Ctrl-Break and answer
ECHO the question Y, otherwise. . . .
PAUSE
ECHO ON
COPY A:README %1
COPY A:INSTVXPT.RCE %1
COPY A:IN12.FMT %1
COPY A:IN12HS.FMT %1
COPY A:IN12TITL.FMT %1
COPY A:IN12INDT.FMT %1
COPY A:INCOND.FMT %1